home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / apilot.lha / APilot / APilot_Ser / fuelpod.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-03  |  567 b   |  18 lines

  1. /***************************************************************************
  2.  *
  3.  * fuelpod.h -- Defines that may be needed in other files
  4.  *
  5.  *-------------------------------------------------------------------------
  6.  * Authors: Casper Gripenberg  (casper@alpha.hut.fi)
  7.  *          Kjetil Jacobsen  (kjetilja@stud.cs.uit.no)    
  8.  *
  9.  */
  10.  
  11. #define MAX_PODFUEL   1500     /* Max fuel in any pod.            */
  12. #define FUELSPEED     5        /* Fuel transferred to ship/frame. */
  13.  
  14. /* 
  15.  * How many frames will pass before fuel is added to the pod.
  16.  */
  17. #define FILLSPEED     5
  18.